home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / xlock214.zip / AUTOEXEC.BAT < prev    next >
DOS Batch File  |  1990-11-01  |  1KB  |  21 lines

  1. @echo off
  2. if exist stage.dat goto fix
  3. echo      ┌─────────────────────────────────────────────────────────────────┐
  4. echo      │               Emergency Access Recovery Procedure               │
  5. echo      ├─────────────────────────────────────────────────────────────────┤
  6. echo      │                                                                 │
  7. echo      │     To obtain emergency access to your computer invoke          │
  8. echo      │     the emeracc program by typing:                              │
  9. echo      │                                      EMERACC KEY                │
  10. echo      │                                                                 │
  11. echo      │     Where KEY is the number you wrote down during the           │
  12. echo      │     installation. After the machine automatically re-boots,     │
  13. echo      │     the install program will be invoked automatically for you.  │
  14. echo      │                                                                 │
  15. echo      └─────────────────────────────────────────────────────────────────┘
  16. goto abort
  17. :fix
  18. del stage.dat
  19. 1install a: c: emeracc
  20. :abort
  21.